home *** CD-ROM | disk | FTP | other *** search
- if (typeof(importPath) == "undefined") {
- importPath = "";
- }
-
- function loadClasses( pathNOF ) {
- for (var i=1; i < arguments.length; i++) {
- document.writeln('<script language="javascript" src="' + pathNOF + arguments[i] + '.js"></script>');
- }
- }
-
- loadClasses(importPath + "../lib/",
- "innovative/IS",
- "innovative/menu",
-
- "nof/NOF",
- "nof/ProgId",
- "nof/App",
- "nof/Site",
- //"nof/Page",
- "nof/Session",
- "nof/NOFSettings",
- "nof/Event",
- //"nof/AppComponent",
- "nof/ConfigFile",
- "nof/ListItem",
- "nof/Util",
- "nof/Contract",
- "nof/Catalog",
- "nof/ImageOutputSettings",
- "nof/ImageAttributes",
- "nof/Image",
-
-
- "nof/io/IO",
- "nof/io/Writer",
- "nof/io/File",
-
- "nof/util/UTIL",
- "nof/util/ArrayList",
- "nof/util/Exception",
- "nof/util/Locale",
- "nof/util/Validator",
- "nof/util/PropertyResourceBundle",
- "nof/util/ResourceBundle",
- "nof/util/DefaultLocale",
- "nof/util/HexUtils",
- "nof/util/Sort",
- "nof/util/Filter",
- "nof/util/ObjectDumper",
-
- "nof/util/logging/LOGGING",
- "nof/util/logging/Level",
- "nof/util/logging/LogRecord",
- "nof/util/logging/Filter",
- "nof/util/logging/Formatter",
- "nof/util/logging/Handler",
- "nof/util/logging/Logger",
- "nof/util/logging/ConsoleHandler",
- "nof/util/logging/XMLFormatter",
-
- "nof/html/HTML",
- "nof/html/App",
- "nof/html/Window",
- "nof/html/Document",
- "nof/html/EscapeUtils",
-
- "nof/dataobjects/DataCollection",
- "nof/dataobjects/DataOption",
- "nof/dataobjects/SelectedDataOption",
- "nof/dataobjects/OSConstants",
- "nof/dataobjects/OutputSettingsMgr",
- "nof/dataobjects/tables/Constants",
- "nof/dataobjects/tables/Table",
- "nof/dataobjects/tables/Util",
- "nof/dataobjects/tables/ImagesTable",
- "nof/dataobjects/tables/ecomm/StoresTable",
- "nof/dataobjects/tables/ecomm/CatalogsTable",
- "nof/dataobjects/tables/ecomm/ManufacturersTable",
- "nof/dataobjects/tables/ecomm/OptionGroupsTable",
- "nof/dataobjects/tables/ecomm/OptionsTable",
- "nof/dataobjects/tables/ecomm/ProductOptionsTable",
- "nof/dataobjects/tables/ecomm/ProductsTable",
- "nof/dataobjects/tables/ecomm/RelatedProductsTable",
- "nof/dataobjects/tables/ecomm/ShippingTable",
- "nof/dataobjects/tables/ecomm/TaxesTable",
- "nof/dataobjects/tables/ecomm/TableSpace",
- //"nof/dataobjects/tables/ecomm/",
-
- "nof/fsictrl/FSICTRL",
- "nof/fsictrl/ListControl",
- "nof/fsictrl/TreeControl",
- "nof/fsictrl/DSListControl",
- "nof/fsictrl/ImageObject",
-
- "nof/xml/XML",
- "nof/xml/XmlDocument",
- "nof/xml/XmlHttp",
-
- "nof/ui/UI",
- "nof/ui/TabbedMenu",
- "nof/ui/Dialog",
- "nof/ui/ListEditorDlg",
- "nof/ui/DualListEditor",
- "nof/ui/ListFilterDlg",
- "nof/ui/ListSortDlg",
- "nof/ui/ImageOutputSettingsDlg",
- "nof/ui/ProfilesManagerDlg",
-
- "nof/text/TEXT",
- "nof/text/MessageFormat",
- "nof/text/DelimitedTextTable",
- //"nof/text/NumberFormat",
- //"nof/text/DateFormat",
-
- "nof/net/NET",
- "nof/net/HttpRequest",
- "nof/net/HttpResponse",
- "nof/net/Http",
- //"nof/net/Ftp",
-
- "nof/dialogs/DIALOGS",
- "nof/dialogs/FileDlg",
- "nof/dialogs/ColorChooserDlg",
- "nof/dialogs/StatusDlg",
- "nof/dialogs/ProgressDlg",
- "nof/dialogs/BrowserDlg",
- "nof/dialogs/SiteDlg",
- "nof/dialogs/Messages"
-
- );
-
- loadClasses(importPath + "../Ecomm/lib/",
- "products/Constants",
- "profiles/Constants",
- "dataobjects/RelatedProducts",
- "dataobjects/Product",
- "dataobjects/Manufacturer",
- "dataobjects/SalesTax",
- "dataobjects/Shipping",
- "dataobjects/ProductOption",
- "dataobjects/SelectedProductOption",
- "dataobjects/ProductOptionMgr",
- "dataobjects/SelectedProductOptionMgr",
- "dataobjects/Store",
- "dataobjects/StoreMgr",
- "dataobjects/EcommListPage",
- "dataobjects/EcommDetailPage",
- "dataobjects/EcommCatalog",
- "dataobjects/EcommCatalogMgr",
- "dataobjects/Profile",
- "dataobjects/LastSettingsProfile",
- "dataobjects/ProfilesCollection",
-
- "profiles/ProfilesManagerDlg",
- "MappingUtil",
- "products/MainWindow",
- "products/ListFilterDlg",
- "products/AttributesEditor",
- "products/DescriptionEditor",
- "products/ImageEditor",
- "products/ThumbnailImageEditor",
- "products/DetailImageEditor",
- "products/RelatedProductsEditor",
- "products/OptionsEditorDlg",
- "products/AddOptionGroupDlg",
- "products/AddOptionValueDlg",
- "products/AddOptionsEditorDlg",
-
- "listpage/MainWindow",
- "listpage/LayoutEditor",
- "listpage/DisplayItemsEditor",
- "listpage/PurchaseOptionsEditor",
- "listpage/ListSortDlg",
- "listpage/Constants",
- "listpage/DisplayItemFmtDlg",
- "listpage/DisplayedItemsSerializer",
-
- "detailpage/MainWindow",
- "detailpage/LayoutEditor",
- "detailpage/DisplayItemsEditor",
- "detailpage/PurchaseOptionsEditor",
-
- "store/MainWindow",
-
- "App",
- "MainWindow",
- "CatalogManagerWindow",
-
- "store/AddStoreEngineDlg",
- "store/ManageStoreEngineDlg",
- "store/StoreEnginesMgr",
- "store/AdvancedStoreMgrDlg",
- "store/ProductConstants",
- "store/Serializer",
- "store/ValidationMgr",
- "store/ServicesDlg",
- "store/engine/StoreEngine",
- "store/PublishManager",
- "NameSpace",
-
- "ui/ListEditorDlg",
- "ui/TabMenuItem",
-
- "templates/Importer",
- "store/engine/Imports"
- );